home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 1998 September
/
CHIP NET Rehberi Eylül 1998.iso
/
ftp
/
32paft
/
_SETUP.1
/
FTP.EXE
/
0
/
RCDATA
/
TSCHEDULEEDITFORM
/
TSCHEDULEEDITFORM.txt
Wrap
Text File
|
1998-05-15
|
3KB
|
149 lines
object ScheduleEditForm: TScheduleEditForm
Left = 335
Top = 210
Width = 283
Height = 257
Caption = 'Schedule Item'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
Position = poScreenCenter
OnCreate = FormCreate
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 13
object Label1: TLabel
Left = 8
Top = 16
Width = 26
Height = 13
Caption = 'Date:'
end
object Label2: TLabel
Left = 8
Top = 56
Width = 26
Height = 13
Caption = 'Time:'
end
object Label3: TLabel
Left = 8
Top = 96
Width = 61
Height = 13
Caption = 'Transfer Set:'
end
object Label4: TLabel
Left = 136
Top = 152
Width = 73
Height = 29
AutoSize = False
Caption = 'Repeat This Transfer Every:'
WordWrap = True
end
object Label5: TLabel
Left = 190
Top = 185
Width = 22
Height = 13
Caption = 'days'
end
object DateEdit1: TDateEdit
Left = 8
Top = 32
Width = 89
Height = 21
Hint = 'Date Field - Enter Date Here'
DateFormat = 'mm/dd/yyyy'
Date = '__/__/____'
MaxLength = 10
TabOrder = 0
end
object MaskEdit1: TMaskEdit
Left = 8
Top = 72
Width = 41
Height = 21
AutoSelect = False
EditMask = '!90:00;1;_'
MaxLength = 5
TabOrder = 1
Text = ' : '
end
object ComboBox1: TComboBox
Left = 8
Top = 112
Width = 257
Height = 21
Style = csDropDownList
ItemHeight = 13
TabOrder = 2
end
object BitBtn1: TBitBtn
Left = 192
Top = 8
Width = 75
Height = 25
Caption = '&OK'
TabOrder = 6
OnClick = BitBtn1Click
Kind = bkOK
end
object BitBtn2: TBitBtn
Left = 192
Top = 40
Width = 75
Height = 25
Caption = '&Cancel'
TabOrder = 7
Kind = bkCancel
end
object BitBtn3: TBitBtn
Left = 192
Top = 72
Width = 75
Height = 25
TabOrder = 8
OnClick = BitBtn3Click
Kind = bkHelp
end
object RadioGroup1: TRadioGroup
Left = 8
Top = 144
Width = 121
Height = 65
Caption = 'ItemType'
ItemIndex = 0
Items.Strings = (
'One-Time'
'Auto-Reschedule')
TabOrder = 3
OnClick = RadioGroup1Click
end
object Edit1: TEdit
Left = 137
Top = 182
Width = 32
Height = 21
MaxLength = 2
TabOrder = 4
Text = '1'
OnKeyPress = Edit1KeyPress
end
object UpDown1: TUpDown
Left = 169
Top = 182
Width = 15
Height = 21
Associate = Edit1
Min = 0
Max = 99
Position = 1
TabOrder = 5
Wrap = False
end
end